Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAIN B-22272 #14676

Closed
wants to merge 19 commits into from
Closed

MAIN B-22272 #14676

wants to merge 19 commits into from

Conversation

danieljordan-caci
Copy link
Contributor

@danieljordan-caci danieljordan-caci commented Jan 28, 2025

INT PR

HEADS UP - this branch contains the code of B-21583 so please ensure this does not get merged until after that gets in

Agility ticket

Summary

This has been previously tested using our typical queue backend code, but this new BL is using a db function instead with an addition of amove_to_dest_gbloc view, which will handle all of the unique affiliation filters we need.

This PR has quite a bit of setup so prepare yer butts. Unfortunately the only way to test this thoroughly is to create a metric butt ton of moves.

Per the BL in Agility, we want to add a new "Destination Requests" queue for TOO. This queue will contain moves that are in Approvals Requested status and have the following criteria based on the SHIPMENT'S DESTINATION ADDRESS GBLOC, not the destination duty location on the orders:

  • destination SIT requests (in SUBMITTED status)
  • shipment destination address requests (in REQUESTED status)
  • move is in APPROVALS REQUESTED status

There are these exceptions for USMC customers (service_members.affiliation)

  • all USMC moves go into the USMC GBLOC

There are these exceptions for USAF and Space Force customers (service_members.affiliation)

  • if the destination address is in Alaska Zone II (re_rate_areas.name) it needs to go to the MBFL GBLOC
  • if it is NOT in Alaska Zone II (re_rate_areas.name), it needs to go to the destination address' respective GBLOC
  • if the destination address is in Alaska Zone II & the customer is in any other branch (excluding USAF/SF/USMC), the move should be in the JEAT GBLOC

I would highly advise you to set up a tracker doc (I just used the Mac Notes app) so you can mark which GBLOC the moves should be in, as well as move codes, etc. - here's what I did.

USMC:

Move: HHX6VW
GBLOC: USMC
1 Cold St.
Tok, AK 99776
Zone II 
- Dest SIT

Move: VPK7PW
GBLOC: USMC
2 Cold St.
Sitka, AK 99836
Zone IV 
- Dest address

Move: 3P8MHV
GBLOC: USMC
3 Cold St.
Los Angeles, CA 90210
CONUS
- Dest shuttle


USAF:

Move: 6DC3YQ
GBLOC: MBFL
4 Cold St.
Tok, AK 99776
Zone II 
- Dest shuttle

Move: R6849P
GBLOC: MAPK
5 Cold St.
Sitka, AK 99836
Zone IV 
- Dest address

Move: Y7R8BB
GBLOC: KKFA
6 Cold St.
Los Angeles, CA 90210
CONUS
- Dest SIT


SF:

Move: VYMKYT
GBLOC: MBFL
7 Cold St.
Tok, AK 99776
Zone II 
- Dest shuttle

Move: FFD4W4
GBLOC: MAPK
8 Cold St.
Sitka, AK 99836
Zone IV 
- Dest address

Move: QJXY74
GBLOC: KKFA
9 Cold St.
Los Angeles, CA 90210
CONUS
- Dest SIT


ARMY:

Move: 9GCGYQ
GBLOC: JEAT
10 Cold St.
Tok, AK 99776
Zone II 
- Dest shuttle

Move: F7WJHQ
GBLOC: MAPK
11 Cold St.
Sitka, AK 99836
Zone IV 
- Dest address

Move: 4WP9PB
GBLOC: KKFA
12 Cold St.
Los Angeles, CA 99510
CONUS
- Dest SIT

How to test USMC

  1. Log in as a customer, set up with a USMC affiliation
  2. Create a move with orders that land somewhere in Alaska Zone II
  3. Add a shipment(s) (I've just been doing an HHG shipment)
  4. Sign and submit
  5. Create another move - this time we'll test a move that's NOT in Alaska Zone II (I typically use AK Zone IV)
  6. Follow steps 2-4, but use an AK Zone IV ZIP
  7. Create another move - this time just do a CONUS move, can be whatever, sign & submit
  8. You should now have 3 USMC moves
  9. Log in as a USMC SC and approve all 3 USMC moves
  10. Log in as USMC TOO and approve all 3 USMC moves
  11. Go in as Prime and request destination SIT on the CONUS move
  12. Do a destination address & destination shuttle on the other OCONUS moves
  13. Go back in as USMC TOO and view the Destination Requests tab
  14. You should see all three moves that need destination actions in the USMC destination queue
  15. Verify that you can't see the USMC moves in those respective GBLOCs (you'll have to sign in as other GBLOC users - I tend to use Safari for that while keeping Chrome up for the other) - JEAT is for AK Zone II & MAPK is for AK Zone IV

How to test USAF/SF in Alaska Zone II & non-Alaska Zone II

  1. Log in as a customer, set up one with USAF affiliation & one with SF affiliation (You'll have to run through these steps twice - one for USAF & one for SF)
  2. Create a move with orders that land somewhere in Alaska Zone II
  3. Add a shipment(s) (I've just been doing an HHG shipment)
  4. Sign and submit
  5. Create another move - this time we'll test a move that's NOT in Alaska Zone II (I typically use AK Zone IV)
  6. Follow steps 2-4, but use an AK Zone IV ZIP
  7. Create another move - this time just do a CONUS move, can be whatever, sign & submit
  8. You should now have 3 moves for each USAF & Space Force customer (Zone II, !Zone II, CONUS)
  9. Log in as a SC and approve all 6 moves
  10. Log in as TOO and approve all 6 moves
  11. Go in as Prime and request destination SIT on the CONUS moves
  12. Also ensure you do a destination address request & destination shuttle requests on the OCONUS moves
  13. Go back in as TOO and view the Destination Requests tab
  14. When logged in as a MBFL TOO, you should see AT A MINIMUM, the Alaska Zone II moves (1 for USAF, 1 for SF)
  15. Verify that you can see the moves in the destination queues of the GBLOCs you just looked up

How to test remaining queues

  1. Log in as a customer, set up with whatever remaining affiliation
  2. Create a move with orders that land somewhere in Alaska (testing Zone II for JEAT GBLOC)
  3. Add a shipment(s) (I've just been doing an HHG shipment)
  4. Sign and submit
  5. Create another move - this time we'll test a move that's NOT in Alaska Zone II
  6. Follow steps 3-4
  7. Create another move - this time just do a CONUS move, can be whatever, sign & submit
  8. You should now have 3 moves (Zone II, !Zone II, CONUS)
  9. Log in as a SC and approve all 3 moves
  10. Log in as TOO and approve all 3 moves
  11. Go in as Prime and request destination SIT on the CONUS move
  12. Also ensure you do a destination address request and destination shuttle on the OCONUS moves
  13. Go back in as a JEAT TOO and view the Destination Requests tab
  14. You should AT A MINIMUM, see the Alaska Zone II move (since it is not USAF/SF/USMC and in Alaska Zone II)
  15. Verify that you can see the moves in the destination queues of the GBLOCs you just looked up

Additional testing

  1. Since this queue does not use existing functionality and uses a database function, play with the queue
  2. Confirm you can search, filter, and just generally try to break it
  3. Test thoroughly as this is likely what we will be converting other queues to in order to reduce database calls and make the app a little more efficient

Screenshots

Screenshot 2025-02-04 at 4 34 31 PM

@danieljordan-caci danieljordan-caci added Mountain Movers Movin' Mountains 1 Sprint at a time MAIN labels Jan 28, 2025
@danieljordan-caci danieljordan-caci self-assigned this Jan 28, 2025
Copy link

github-actions bot commented Jan 28, 2025

Bundle Stats

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
313 12.88 MB → 12.88 MB (+2.36 kB) +0.02%
Changeset
File Δ Size
src/pages/Office/MoveQueue/MoveQueue.jsx 📈 +1.09 kB (+10.05%) 10.83 kB → 11.91 kB
src/hooks/queries.js 📈 +579 B (+2.14%) 26.37 kB → 26.94 kB
src/services/ghcApi.js 📈 +463 B (+1.98%) 22.85 kB → 23.3 kB
src/constants/routes.js 📈 +106 B (+1.14%) 9.04 kB → 9.15 kB
src/pages/Office/ServicesCounselingQueue/ServicesCounselingQueue.jsx 📈 +23 B (+0.10%) 21.95 kB → 21.98 kB
View detailed bundle breakdown

Added

Asset File Size % Changed
static/js/main.24a79d22.js 0 B → 790.96 kB (+790.96 kB) -
static/js/3786.a7eeba67.chunk.js 0 B → 45.76 kB (+45.76 kB) -
static/js/5811.942803e9.chunk.js 0 B → 42.87 kB (+42.87 kB) -
static/js/9875.41ce5f07.chunk.js 0 B → 19.85 kB (+19.85 kB) -
static/js/862.c9ad5d7a.chunk.js 0 B → 18.96 kB (+18.96 kB) -
static/js/2392.96b24846.chunk.js 0 B → 17.76 kB (+17.76 kB) -
static/js/396.bcaca4ab.chunk.js 0 B → 8.04 kB (+8.04 kB) -

Removed

Asset File Size % Changed
static/js/main.aec90bcd.js 790.96 kB → 0 B (-790.96 kB) -100%
static/js/3786.da7d81b8.chunk.js 45.45 kB → 0 B (-45.45 kB) -100%
static/js/5811.1246d0d5.chunk.js 42.48 kB → 0 B (-42.48 kB) -100%
static/js/9875.6a26be72.chunk.js 19.08 kB → 0 B (-19.08 kB) -100%
static/js/862.85621938.chunk.js 18.86 kB → 0 B (-18.86 kB) -100%
static/js/2392.9b06d599.chunk.js 17.75 kB → 0 B (-17.75 kB) -100%
static/js/396.700831b0.chunk.js 7.27 kB → 0 B (-7.27 kB) -100%

Bigger

No assets were bigger

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
static/js/7432.6e5d3b9c.chunk.js 890 kB 0%
static/js/4282.d860b40a.chunk.js 721.12 kB 0%
static/css/2392.af39db0b.chunk.css 690.01 kB 0%
static/css/1810.db43e048.chunk.css 665.67 kB 0%
static/css/885.e289bc0c.chunk.css 665.26 kB 0%
static/media/hero.bf01157b9686e90e34dd.png 609.24 kB 0%
static/css/7159.77dedd56.chunk.css 500.03 kB 0%
static/css/8810.161968b4.chunk.css 455.97 kB 0%
static/css/3710.56e82eec.chunk.css 454.65 kB 0%
static/css/3786.ed106157.chunk.css 423.15 kB 0%
static/js/2548.c31aa081.chunk.js 334.66 kB 0%
static/js/7159.debe507f.chunk.js 290.16 kB 0%
static/js/2271.af4d7477.chunk.js 154.5 kB 0%
static/js/5845.ba302a06.chunk.js 113.33 kB 0%
static/js/1978.0ab066f3.chunk.js 108.9 kB 0%
static/media/PublicSans-Regular.af5c059f36e21e13f39f.ttf 78.03 kB 0%
static/media/PublicSans-Light.839012ec5b7d44a46954.ttf 77.91 kB 0%
static/media/PublicSans-Italic.642113a6a2f365350349.ttf 77.7 kB 0%
static/media/PublicSans-Bold.a52885b904d32280b208.ttf 77.61 kB 0%
static/media/PublicSans-LightItalic.49a5ea322c6c3762b921.ttf 77.44 kB 0%
static/media/PublicSans-BoldItalic.cbc51dd94deab4465d42.ttf 77.41 kB 0%
static/js/1482.689ee974.chunk.js 74.03 kB 0%
static/js/6085.491a4a4f.chunk.js 66.55 kB 0%
static/media/transcom-emblem.bcb580b55633c358c82d89f4798081c5.svg 65.22 kB 0%
static/js/6854.8ac4d3c6.chunk.js 63.31 kB 0%
static/js/5379.7e43aea8.chunk.js 62.17 kB 0%
static/js/4267.ebbc3fa8.chunk.js 60.97 kB 0%
static/js/3502.5c1d6e28.chunk.js 60.3 kB 0%
static/js/4690.1d8fce21.chunk.js 59.09 kB 0%
static/media/sourcesanspro-light-webfont.d6f73cf7210d3b5c2fa9.ttf 53.23 kB 0%
static/media/sourcesanspro-regular-webfont.5acfe0d0f69444765ba4.ttf 53.16 kB 0%
static/media/sourcesanspro-bold-webfont.9a76932911f04be25044.ttf 53.07 kB 0%
static/js/5588.cf16a060.chunk.js 52.76 kB 0%
static/js/3083.47355b7b.chunk.js 51.25 kB 0%
static/js/7525.a50a65a3.chunk.js 50.19 kB 0%
static/css/1978.cf0bdb54.chunk.css 48.88 kB 0%
static/media/Latin-Merriweather-Regular.43dc3080728216519bf0.ttf 48.32 kB 0%
static/media/Latin-Merriweather-Light.30dd683b4fcfe95b030b.ttf 48.01 kB 0%
static/js/992.bb9e88fd.chunk.js 46.69 kB 0%
static/media/Latin-Merriweather-Bold.b87366633b1019e8c63c.ttf 46.12 kB 0%
static/js/6351.bebbf996.chunk.js 42.8 kB 0%
asset-manifest.json 42.15 kB 0%
static/js/6155.20b3b6e4.chunk.js 41.93 kB 0%
static/js/5165.a739b1d0.chunk.js 40.18 kB 0%
static/js/447.e1921258.chunk.js 40.04 kB 0%
static/media/PublicSans-BoldItalic.6bb0cb126756efec5fa5.woff 39.72 kB 0%
static/media/PublicSans-Italic.333d9a80b7b3b003b3c5.woff 39.57 kB 0%
static/media/PublicSans-LightItalic.4c86a8eb158c949923dd.woff 39.53 kB 0%
static/media/Latin-Merriweather-BoldItalic.4d74f3bda45f5aba1abf.ttf 39.52 kB 0%
static/media/PublicSans-Light.8460a3397f2ffc7d22d0.woff 39.23 kB 0%
static/media/PublicSans-Regular.f32753567f64c1ddeec8.woff 39.17 kB 0%
static/media/PublicSans-Bold.8c3655e2b925bcad90cd.woff 39.11 kB 0%
static/media/Latin-Merriweather-Italic.b60043e65fa5cbcedb80.ttf 38.55 kB 0%
static/media/Latin-Merriweather-LightItalic.26ebdd3b8f1d039bc3dd.ttf 38.53 kB 0%
static/media/sourcesanspro-lightitalic-webfont.43ea3d39e6aa59fb6f1b.ttf 38.23 kB 0%
static/js/8225.1b4f6959.chunk.js 37.99 kB 0%
static/media/sourcesanspro-italic-webfont.3efee318468995ac04af.ttf 37.94 kB 0%
static/media/sourcesanspro-bolditalic-webfont.af3dd40e0ac8e2ca50ac.ttf 37.85 kB 0%
static/js/1865.fa0dcfa9.chunk.js 37.14 kB 0%
static/js/1499.b19498eb.chunk.js 37 kB 0%
static/js/1661.eed90899.chunk.js 36.15 kB 0%
static/js/3530.da424e19.chunk.js 35.16 kB 0%
static/js/1450.674d183e.chunk.js 34.99 kB 0%
static/js/6074.92ad4f9e.chunk.js 33.92 kB 0%
static/media/PublicSans-BoldItalic.effa83ee2a557ae8a57e.woff2 32.43 kB 0%
static/media/PublicSans-Italic.8be0a159b540a60fd93a.woff2 32.26 kB 0%
static/media/PublicSans-LightItalic.475db532b9392ec581c5.woff2 32.14 kB 0%
static/media/PublicSans-Light.4ba4759c3e98938156d7.woff2 31.84 kB 0%
static/media/roboto-mono-v5-latin-300italic.93511dbad22ceb584f03.ttf 31.83 kB 0%
static/media/roboto-mono-v5-latin-700italic.da78bf0b1b435f40ca19.ttf 31.8 kB 0%
static/media/PublicSans-Regular.e86d2642f412b9493b14.woff2 31.79 kB 0%
static/media/PublicSans-Bold.4045385082dfc34c22d7.woff2 31.64 kB 0%
static/media/roboto-mono-v5-latin-italic.4863add4d566a55b6a97.ttf 31.58 kB 0%
static/media/roboto-mono-v5-latin-300.ce3838471d62f8364e12.ttf 31.41 kB 0%
static/media/okta_logo.56ac9bdcdffeda24c715.png 31.3 kB 0%
static/media/roboto-mono-v5-latin-700.e57caf7ea634a258a9b2.ttf 30.36 kB 0%
static/media/roboto-mono-v5-latin-regular.215adb34128fcb20668b.ttf 30.32 kB 0%
static/js/9706.12b8345e.chunk.js 30.21 kB 0%
static/js/8501.49516e47.chunk.js 30.1 kB 0%
static/css/6351.61116a1f.chunk.css 29.85 kB 0%
static/css/992.e40d7f04.chunk.css 29.15 kB 0%
static/css/1499.67e95de4.chunk.css 27.94 kB 0%
static/media/Latin-Merriweather-Regular.add503b41601df15b97e.woff 26.87 kB 0%
static/media/Latin-Merriweather-Light.7b2a6350fcb212efe521.woff 26.36 kB 0%
static/media/Latin-Merriweather-Bold.b6cbc321678701d773c6.woff 26.26 kB 0%
static/css/1865.b6baac32.chunk.css 25.9 kB 0%
static/js/6748.e63d71a1.chunk.js 25.71 kB 0%
static/media/sourcesanspro-regular-webfont.c4e25ab10baa365dfc66.woff 25.53 kB 0%
static/media/sourcesanspro-bold-webfont.e7e051e1bc64fa899317.woff 25.43 kB 0%
static/media/sourcesanspro-light-webfont.70e7d719e258c9a7e68b.woff 25.35 kB 0%
static/css/1482.e3f92bbd.chunk.css 25.31 kB 0%
static/js/1204.a5cbc41b.chunk.js 24.94 kB 0%
static/js/2923.5ae1fb30.chunk.js 24.52 kB 0%
static/js/7979.d44075bd.chunk.js 24.43 kB 0%
static/media/Latin-Merriweather-BoldItalic.a0bcf832ed51501c237c.woff 23.89 kB 0%
static/media/Latin-Merriweather-Italic.80d8a9aff0d8bdeb966d.woff 23.59 kB 0%
static/media/Latin-Merriweather-LightItalic.8a239a410a47b6192e05.woff 23.25 kB 0%
static/css/9706.64280a73.chunk.css 22.33 kB 0%
static/js/7585.75d0dfba.chunk.js 21.74 kB 0%
static/js/5780.b3b19037.chunk.js 21.36 kB 0%
static/media/Latin-Merriweather-Regular.a30c1b8fcb759e9fe728.woff2 21.18 kB 0%
static/js/8471.39224619.chunk.js 20.94 kB 0%
static/media/Latin-Merriweather-Bold.9caa42f21e4ae090b755.woff2 20.81 kB 0%
static/media/Latin-Merriweather-Light.f347d9834a5feacbcefb.woff2 20.76 kB 0%
static/media/roboto-mono-v5-latin-700italic.0a6791447401e0ebd70d.woff 20.64 kB 0%
static/media/roboto-mono-v5-latin-italic.756750acefdb77704c08.woff 20.6 kB 0%
static/js/4216.4350b0df.chunk.js 20.58 kB 0%
static/media/roboto-mono-v5-latin-300italic.1b8d46dae0a077f999ae.woff 20.56 kB 0%
static/css/2271.643cfb33.chunk.css 20.08 kB 0%
static/css/5771.3ea67772.chunk.css 20.07 kB 0%
static/media/sourcesanspro-regular-webfont.e7bccfa631a0017f31da.woff2 20.06 kB 0%
static/media/sourcesanspro-light-webfont.e5f1a42e1c2b97e25876.woff2 19.93 kB 0%
static/media/sourcesanspro-bold-webfont.4a1efbe82eaa84ff89ed.woff2 19.89 kB 0%
static/js/6884.b9267f82.chunk.js 19.8 kB 0%
static/media/sourcesanspro-lightitalic-webfont.455d120362f79aa219d4.woff 19.78 kB 0%
static/media/sourcesanspro-italic-webfont.0aaeabbaba3845331078.woff 19.73 kB 0%
static/media/sourcesanspro-bolditalic-webfont.73021f1aabd43f50e16a.woff 19.69 kB 0%
static/media/roboto-mono-v5-latin-300.92dd8f0ccfaebc33f817.woff 19.42 kB 0%
static/css/8120.db072867.chunk.css 19.32 kB 0%
static/js/8120.72021643.chunk.js 19.23 kB 0%
static/media/roboto-mono-v5-latin-regular.a3246d29b40a8b0da142.woff 19.12 kB 0%
static/media/Latin-Merriweather-BoldItalic.dc8b76b44a8a6e5fad1c.woff2 19.11 kB 0%
static/media/roboto-mono-v5-latin-700.d85b43c39f4620dfa5b4.woff 19.11 kB 0%
static/media/Latin-Merriweather-Italic.c63d4066b0f133fc519f.woff2 18.8 kB 0%
static/js/1775.2ce0528d.chunk.js 18.8 kB 0%
static/media/Latin-Merriweather-LightItalic.506121dad559538d44ed.woff2 18.53 kB 0%
static/media/smart-card.c810117aa96a9adbd31b.png 18.39 kB 0%
static/js/9740.2313e1fe.chunk.js 18.37 kB 0%
static/js/6917.da572d04.chunk.js 17.78 kB 0%
static/css/3083.49432158.chunk.css 17.71 kB 0%
static/js/1810.35346f0b.chunk.js 17.32 kB 0%
static/media/roboto-mono-v5-latin-300italic.09cc62a8fbd32c8b2812.woff2 16.93 kB 0%
static/media/roboto-mono-v5-latin-700italic.5a8f743549cc6cef9a00.woff2 16.93 kB 0%
static/media/sad-computer.b62f031230f84d7db1b1.png 16.92 kB 0%
static/media/roboto-mono-v5-latin-italic.087069a9f454e2581ed6.woff2 16.91 kB 0%
static/js/4417.acd664e6.chunk.js 16.57 kB 0%
static/media/sourcesanspro-bolditalic-webfont.ef69f0d737406260319a.woff2 16.03 kB 0%
static/media/roboto-mono-v5-latin-300.316b1352cc4ab2054de6.woff2 16 kB 0%
static/media/sourcesanspro-italic-webfont.c6c9fd228e87eefaf1d4.woff2 15.99 kB 0%
static/js/4573.0f7bd500.chunk.js 15.98 kB 0%
static/media/sourcesanspro-lightitalic-webfont.9c5bf2190b2471c2f22b.woff2 15.93 kB 0%
static/js/8693.b4171601.chunk.js 15.91 kB 0%
static/media/roboto-mono-v5-latin-regular.f1dc10a756c2c544588b.woff2 15.65 kB 0%
static/media/roboto-mono-v5-latin-700.936869ba46988c238748.woff2 15.58 kB 0%
static/js/2680.671f7ff2.chunk.js 15.46 kB 0%
static/js/4742.78ccc03b.chunk.js 15.37 kB 0%
static/js/476.c1271617.chunk.js 15.11 kB 0%
static/js/6536.62897ba9.chunk.js 14.92 kB 0%
static/css/8225.0a6f8565.chunk.css 14.92 kB 0%
static/js/6411.bb78f854.chunk.js 14.59 kB 0%
static/js/6696.d0c3edd8.chunk.js 14.57 kB 0%
static/css/4295.3c433933.chunk.css 14.4 kB 0%
static/css/6676.3c433933.chunk.css 14.4 kB 0%
static/css/1204.68535fbe.chunk.css 14.19 kB 0%
static/js/9463.011c392e.chunk.js 14.13 kB 0%
static/js/1465.35289a0b.chunk.js 14.02 kB 0%
static/css/7979.8fdc7e53.chunk.css 13.66 kB 0%
static/js/9735.21109ea5.chunk.js 13.33 kB 0%
static/css/6884.03b59c60.chunk.css 13.21 kB 0%
static/js/7104.96ee1a6a.chunk.js 12.79 kB 0%
static/css/1661.ac503a10.chunk.css 12.74 kB 0%
static/css/6155.ac503a10.chunk.css 12.74 kB 0%
static/css/896.9b31dccf.chunk.css 12.53 kB 0%
static/css/6955.0d6f6918.chunk.css 12.49 kB 0%
static/css/9336.0d6f6918.chunk.css 12.49 kB 0%
static/css/8554.ceb7ec01.chunk.css 12.38 kB 0%
static/css/8501.9490d7a2.chunk.css 12.25 kB 0%
static/js/3196.5b921e9a.chunk.js 12.21 kB 0%
static/js/946.3f94defc.chunk.js 12.05 kB 0%
static/css/2512.49857b11.chunk.css 11.92 kB 0%
static/js/9414.695aa91c.chunk.js 11.81 kB 0%
static/js/9284.a7f5f949.chunk.js 11.8 kB 0%
static/js/3665.5614cae8.chunk.js 11.7 kB 0%
static/js/8797.ed6f2421.chunk.js 11.13 kB 0%
static/js/8960.7a3fb464.chunk.js 10.96 kB 0%
static/js/2195.eba228e6.chunk.js 10.88 kB 0%
static/js/871.0ef10e5b.chunk.js 10.54 kB 0%
static/js/5091.7c4f6ef7.chunk.js 10.42 kB 0%
static/js/5426.4fcc54c9.chunk.js 10.16 kB 0%
static/css/3530.8175226c.chunk.css 10.06 kB 0%
static/js/8167.e16f5bf9.chunk.js 10.05 kB 0%
static/js/7612.47ba4519.chunk.js 9.74 kB 0%
static/js/1761.8e541cfe.chunk.js 9.53 kB 0%
static/js/6462.21d5c9b4.chunk.js 9.44 kB 0%
static/css/4417.2fa5e788.chunk.css 9.39 kB 0%
static/js/8554.998c84db.chunk.js 9.38 kB 0%
static/css/4267.ccd1916c.chunk.css 9.28 kB 0%
static/js/4098.40ebe278.chunk.js 9.27 kB 0%
static/js/6955.9d55f7a6.chunk.js 8.89 kB 0%
static/js/9336.91fcbb7c.chunk.js 8.89 kB 0%
static/js/6368.c980b40a.chunk.js 8.8 kB 0%
static/css/9735.afc2ee27.chunk.css 8.72 kB 0%
static/css/4662.f471fc45.chunk.css 8.59 kB 0%
static/css/7104.4f0dc616.chunk.css 8.42 kB 0%
static/js/983.16720ce0.chunk.js 8.38 kB 0%
static/css/1775.32d3e4ad.chunk.css 8.3 kB 0%
static/css/9284.e62705b2.chunk.css 8.22 kB 0%
static/css/5811.354737e1.chunk.css 8.08 kB 0%
static/css/1761.9509256a.chunk.css 7.94 kB 0%
static/js/4723.36b0bb3a.chunk.js 7.92 kB 0%
static/css/1465.2d1e68a7.chunk.css 7.92 kB 0%
static/js/4828.7082516d.chunk.js 7.78 kB 0%
static/css/3665.7e57832d.chunk.css 7.66 kB 0%
static/css/743.cd4069af.chunk.css 7.65 kB 0%
static/css/6265.031deaa6.chunk.css 7.63 kB 0%
static/css/6293.031deaa6.chunk.css 7.63 kB 0%
static/js/896.a7cec3fb.chunk.js 7.55 kB 0%
static/css/4573.f692cd9d.chunk.css 7.42 kB 0%
static/js/885.1909eecd.chunk.js 7.06 kB 0%
static/js/4246.f67eb240.chunk.js 6.98 kB 0%
static/js/8552.2d441ac2.chunk.js 6.65 kB 0%
static/css/6462.131dcdd9.chunk.css 6.53 kB 0%
static/js/5280.a7c12270.chunk.js 5.91 kB 0%
static/css/3196.0da4a781.chunk.css 5.44 kB 0%
static/media/milmove-logo.c977261e059ba42b2b70ba95cfb3d3de.svg 5.4 kB 0%
static/js/6265.5ddcec42.chunk.js 4.92 kB 0%
static/css/9692.3127c5c0.chunk.css 4.84 kB 0%
static/js/2283.cfcf4197.chunk.js 4.74 kB 0%
static/js/177.d7748ce0.chunk.js 4.71 kB 0%
static/css/5560.f8caa9b0.chunk.css 4.67 kB 0%
static/js/4772.8e680e13.chunk.js 4.49 kB 0%
static/css/6368.bbc00861.chunk.css 4.4 kB 0%
static/js/9692.61338b75.chunk.js 4.23 kB 0%
static/js/1224.0e72db8a.chunk.js 4.11 kB 0%
static/css/7612.7f6e106e.chunk.css 3.94 kB 0%
static/css/5473.c6f0826a.chunk.css 3.8 kB 0%
static/css/85.c6f0826a.chunk.css 3.8 kB 0%
static/js/6293.b9a8dd76.chunk.js 3.78 kB 0%
static/css/8167.d2583119.chunk.css 3.73 kB 0%
static/css/4098.d44bdc14.chunk.css 3.68 kB 0%
static/js/743.faea0655.chunk.js 3.39 kB 0%
static/js/4081.67c244f2.chunk.js 3.3 kB 0%
static/css/5426.c785fdaf.chunk.css 3.27 kB 0%
static/css/2680.26e049de.chunk.css 3.25 kB 0%
static/js/9282.3fb7e31c.chunk.js 3.2 kB 0%
static/js/1711.921429ec.chunk.js 2.93 kB 0%
static/js/8656.45d7677d.chunk.js 2.89 kB 0%
static/css/4246.af28e9df.chunk.css 2.8 kB 0%
static/css/9414.1e52fa0b.chunk.css 2.77 kB 0%
static/css/396.b442cb05.chunk.css 2.65 kB 0%
static/css/5091.652fa3fa.chunk.css 2.49 kB 0%
static/js/5560.6a795369.chunk.js 2.45 kB 0%
static/js/85.569c61a7.chunk.js 2.36 kB 0%
static/js/7713.854e2e94.chunk.js 2.36 kB 0%
static/js/2466.c46e3c14.chunk.js 2.35 kB 0%
static/js/5473.06cac64d.chunk.js 2.29 kB 0%
static/css/4723.25becf80.chunk.css 2.17 kB 0%
static/css/2178.d45c6948.chunk.css 2.04 kB 0%
static/css/9797.35c45fc7.chunk.css 2.04 kB 0%
static/css/8797.d46112ee.chunk.css 1.99 kB 0%
static/js/4662.ddafe079.chunk.js 1.97 kB 0%
static/css/1224.6facdf3f.chunk.css 1.96 kB 0%
static/css/2466.34b5d7f9.chunk.css 1.88 kB 0%
static/css/7713.34b5d7f9.chunk.css 1.88 kB 0%
static/js/2178.df77f988.chunk.js 1.79 kB 0%
static/js/9797.2ccadc05.chunk.js 1.78 kB 0%
static/media/loader.10d2d7c0a681e4e825da.svg 1.67 kB 0%
static/css/main.5749796c.css 1.27 kB 0%
static/js/2512.6c103be9.chunk.js 1.16 kB 0%
static/media/accept-inversed.91ff05235fdd54954706eab64123a3d5.svg 1.14 kB 0%
static/css/177.b6d7c517.chunk.css 1.03 kB 0%
static/css/9282.ab6699ac.chunk.css 960 B 0%
static/media/file-pdf.51bdb15e1e5b831bcf29.svg 904 B 0%
static/js/4124.f6d79fda.chunk.js 876 B 0%
static/js/2092.9e37e313.chunk.js 874 B 0%
static/js/2967.2acff7e1.chunk.js 874 B 0%
static/css/2283.f5d3a96b.chunk.css 852 B 0%
static/css/8471.9468bdf4.chunk.css 769 B 0%
static/media/file-word.277ffb94e7a09f8a2d1a.svg 760 B 0%
static/css/9875.99507a05.chunk.css 662 B 0%
static/media/file-excel.d002b7e57fe318badf49.svg 658 B 0%
static/media/correct8-alt.30d16a7a68f9063d3141.svg 607 B 0%
static/css/5280.0d997fb0.chunk.css 601 B 0%
static/media/correct8.eac85396da602db01ea3.svg 600 B 0%
index.html 595 B 0%
static/media/twitter.a8c1622d4e18b18caa167dbe0e31135b.svg 588 B 0%
static/media/file-video.15490fa6d64ebfb4f314.svg 574 B 0%
static/css/8960.8fb0844e.chunk.css 531 B 0%
static/css/4124.0b21f13e.chunk.css 462 B 0%
static/media/navigate_far_before.8c7765f1f2719ccdf3e5.svg 403 B 0%
static/media/navigate_far_next.602e9c473cc76474ac50.svg 402 B 0%
static/media/search.bc2178ae2f929aec5f09.svg 372 B 0%
static/media/facebook.9d8980817d35c2617cf1ebb5a833369a.svg 346 B 0%
static/css/6536.5a85f720.chunk.css 345 B 0%
static/media/file.7e80f971a49227f49f7e.svg 283 B 0%
static/media/launch--white.4e75d17dfe08a3d7de03.svg 283 B 0%
static/media/launch.65e057b210ca1e5d086e.svg 268 B 0%
static/media/unfold_more.c42abd3e70207a863184.svg 257 B 0%
static/media/check_circle.afe00fa2d228d8e9212e.svg 255 B 0%
static/media/calendar_today.26e6a18c4fb766a6307e.svg 248 B 0%
static/media/error--white.7f8e755b649a0ca72ce5.svg 246 B 0%
static/media/close.53c9f4b6ba9fca553d1e.svg 239 B 0%
static/media/error.57f310a26aa85a42d2a6.svg 234 B 0%
static/media/info.b15cdce316c440127b62.svg 234 B 0%
static/media/check--blue-60v.c60440495de32668463f.svg 202 B 0%
static/media/arrow_back.037e7aeb3dbe35a36ea6.svg 198 B 0%
static/css/6074.33410131.chunk.css 197 B 0%
static/media/warning.9fcdc101f630d1fd1e97.svg 188 B 0%
static/media/expand_less.018f82c5d61abf0ebfce.svg 184 B 0%
static/media/navigate_before.f280e5b722fcf18e18a9.svg 184 B 0%
static/media/navigate_next.00940e89d53796e4fc95.svg 184 B 0%
static/media/expand_more.7bdcd63935a4c23e5b72.svg 182 B 0%
static/media/add.0ddb797a0b4996c9f281.svg 173 B 0%
static/media/remove.fb2b121df150d251453a.svg 155 B 0%
static/css/1711.9fa21f2c.chunk.css 133 B 0%
static/css/4828.241dfdc5.chunk.css 133 B 0%

@robot-mymove
Copy link

robot-mymove commented Jan 28, 2025

Warnings
⚠️ This PR does not include changes to unit tests, even though it affects app code.

Generated by 🚫 dangerJS against c997ab5

@robot-mymove
Copy link

robot-mymove commented Jan 28, 2025

Test coverage on server failed.

Last run: Fri 31 Jan 2025 02:36:39 PM UTC
Refer to this report to see coverage details for the server app.
Documentation for test coverage can be found at this link.

@danieljordan-caci danieljordan-caci mentioned this pull request Feb 10, 2025
@mergify mergify bot mentioned this pull request Feb 18, 2025
17 tasks
Copy link
Contributor

mergify bot commented Feb 18, 2025

⚠️ The sha of the head commit of this PR conflicts with #14837. Mergify cannot evaluate rules on this PR. ⚠️

@danieljordan-caci
Copy link
Contributor Author

Closing this PR - please see updated main PR here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAIN Mountain Movers Movin' Mountains 1 Sprint at a time
Development

Successfully merging this pull request may close these issues.

2 participants